google.golang.org/grpc/internal/channelz.channel.subChans (field)

7 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L211: 		subChans:    make(map[int64]string),
		funcs.go#L577: 				SubChans:    copyMap(cn.subChans),
		funcs.go#L707: 	cm.SubChans = copyMap(cn.subChans)
		types.go#L200: 	subChans    map[int64]string
		types.go#L213: 		c.subChans[id] = v.refName
		types.go#L222: 	delete(c.subChans, id)
		types.go#L244: 	if !c.closeCalled || len(c.subChans)+len(c.nestedChans) != 0 {